home *** CD-ROM | disk | FTP | other *** search
/ 10 jaar 1990-2000 / 10 JAAR HVB.bin / data / 24-3 / START.BAT < prev    next >
Encoding:
DOS Batch File  |  1999-01-09  |  475 b   |  41 lines

  1. @echo off
  2. cls
  3. :loop
  4. startmnu.exe
  5. if errorlevel 8 goto 8
  6. if errorlevel 7 goto 7
  7. if errorlevel 6 goto 6
  8. if errorlevel 5 goto 5
  9. if errorlevel 4 goto 4
  10. if errorlevel 3 goto 3
  11. if errorlevel 2 goto 2
  12. if errorlevel 1 goto 1
  13. goto 0
  14. :8
  15. call mozaiek
  16. goto loop
  17. :7
  18. call gems3
  19. goto loop
  20. :6
  21. call machine
  22. goto loop
  23. :5
  24. call bingo
  25. goto loop
  26. :4
  27. call squarex
  28. goto loop
  29. :3
  30. call rummi
  31. goto loop
  32. :2
  33. call micemaze
  34. goto loop
  35. :1
  36. call briscas
  37. goto loop
  38. :0
  39. cls
  40.  
  41.